var strconv.isPrint16

2 uses

	strconv (current package)
		isprint.go#L11: var isPrint16 = []uint16{
		quote.go#L561: 		rr, isPrint, isNotPrint := uint16(r), isPrint16, isNotPrint16